DrawTextFallback(String[],Single,Single,Single,Single,String,String[]) Method
In This Topic
Draws the text fallback.
Syntax
'Declaration
Public Overloads Sub DrawTextFallback( _
ByVal () As String, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As String, _
ByVal () As String _
)
public void DrawTextFallback(
string[] ,
float ,
float ,
float ,
float ,
string ,
string[]
)
Parameters
- astrText
- The astr text.
- left
- The left.
- top
- The top.
- width
- The width.
- height
- The height.
- strLink
- The string link.
- astrTextFallback
- The astr text fallback.
See Also